.eapps-preview {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
  min-width: 150px;
  min-height: 100%;
  transition: 0.2s;
}
.eapps-preview-toolbar {
  position: fixed;
  top: 80px;
  right: 0;
  z-index: 10;
}
@media only screen and (max-width: 480px) {
  .eapps-preview-toolbar {
    display: none;
  }
}
.eapps-preview-toolbar-item {
  position: relative;
}
.eapps-preview-toolbar-item-trigger {
  box-sizing: border-box;
  padding: 3px 6px;
  background: #38393a;
  cursor: pointer;
}
.eapps-preview-toolbar-item-trigger:first-child {
  padding-top: 6px;
}
.eapps-preview-toolbar-item-trigger:last-child {
  padding-bottom: 6px;
}
.eapps-preview-toolbar-item-trigger:hover .eapps-preview-toolbar-item-icon svg {
  fill: #fff;
}
.eapps-preview-toolbar-item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
}
.eapps-preview-toolbar-item-active .eapps-preview-toolbar-item-icon {
  background: #2c2c2d;
}
.eapps-preview-toolbar-item-icon svg {
  width: 16px;
  height: 16px;
  fill: #66686a;
  transition: 0.1s;
}
.eapps-preview-toolbar-item-active .eapps-preview-toolbar-item-icon svg {
  fill: #fff;
}
.eapps-preview-toolbar-item-values {
  visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0px;
  right: 38px;
  padding: 0 2px;
  border-radius: 2px;
  transition: 0.2s;
  opacity: 0;
  background: #38393a;
}
.eapps-preview-toolbar-item-active .eapps-preview-toolbar-item-values {
  visibility: visible;
  opacity: 1;
  right: 42px;
}
.eapps-preview-toolbar-item-value {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 4px 2px;
  cursor: pointer;
}
.eapps-preview-toolbar-item-value-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 2px;
}

.widget {
  max-width: 100%;
}
.eapps-preview-background-white {
  background: #fff;
}
.eapps-preview-background-black {
  background: #252627;
  color: #fff;
}
.eapps-preview-background-white-chess {
  background-image: url(data:image/png;base64,/9j/4AAQSkZJRgABAgAAZABkAAD/7AARRHVja3kAAQAEAAAAUAAA/+4AJkFkb2JlAGTAAAAAAQMAFQQDBgoNAAABpgAAAccAAAIDAAACMP/bAIQAAgICAgICAgICAgMCAgIDBAMCAgMEBQQEBAQEBQYFBQUFBQUGBgcHCAcHBgkJCgoJCQwMDAwMDAwMDAwMDAwMDAEDAwMFBAUJBgYJDQsJCw0PDg4ODg8PDAwMDAwPDwwMDAwMDA8MDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwM/8IAEQgAFAAUAwERAAIRAQMRAf/EAH8AAAMBAQAAAAAAAAAAAAAAAAIDBAEIAQEAAAAAAAAAAAAAAAAAAAAAEAACAwEAAAAAAAAAAAAAAAAAATARMRARAQAAAAAAAAAAAAAAAAAAADASAQAAAAAAAAAAAAAAAAAAADATAAEEAwEAAAAAAAAAAAAAAAEAEDAx8BGxYf/aAAwDAQACEQMRAAAB7kHhgCzCgnBP/9oACAEBAAEFAhYUjC3x6f/aAAgBAgABBQKH/9oACAEDAAEFAof/2gAIAQICBj8CH//aAAgBAwIGPwIf/9oACAEBAQY/Ah//2gAIAQEDAT8hVTeSJJaFL2a5v//aAAgBAgMBPyGH/9oACAEDAwE/IYf/2gAMAwEAAhEDEQAAEBBJBB//2gAIAQEDAT8QXV1sRKOD6CgsQDcXG//aAAgBAgMBPxCH/9oACAEDAwE/EIf/2Q==);
}
.eapps-preview-background-black-chess {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAIAAAAC64paAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAACxJREFUeNpiVFfXYMAN/v3/j0eWiYECMKp5ZGhmIZCGGBlHA2xUMyWaAQIMAJSTBpxFdlboAAAAAElFTkSuQmCC);
  color: #fff;
}
.llcnCH {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 12px 24px 0px;
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: opacity 0.3s ease 0s, margin 0.3s ease 0s, visibility 0.3s ease 0s;
  background-color: rgb(255, 255, 255);
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
  pointer-events: all;
  visibility: visible;
  touch-action: auto;
  margin-bottom: 96px;
  position: fixed;
  bottom: 0px;
  right: 0px;
  left: auto;
  margin-right: 20px;
  z-index: 16000161 !important;
}
.ewIAEB {
  padding: 20px 20px 20px 10px;
  background-color: rgb(230, 221, 212);
  position: relative;
  overflow: auto;
  max-height: 382px;
}
.ewIAEB::before {
  display: block;
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: 0;
  opacity: 0.08;
  background-image: url(https://elfsight.com/assets/chats/patterns/whatsapp.png);
}
.cWUfUj {
  display: flex;
  z-index: 1;
}
.iNguXd {
  background-color: rgb(255, 255, 255);
  width: 52.5px;
  height: 32px;
  border-radius: 16px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin-left: 10px;
  opacity: 0;
  transition: all 0.1s ease 0s;
  z-index: 1;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
}
.kYdave {
  position: relative;
  display: flex;
}
.dSUAOZ {
  padding: 7px 14px 6px;
  background-color: rgb(255, 255, 255);
  border-radius: 0px 8px 8px;
  position: relative;
  transition: all 0.3s ease 0s;
  opacity: 0;
  transform-origin: center top;
  z-index: 2;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
  margin-top: 4px;
  margin-left: -54px;
  max-width: calc(100% - 66px);
}
.dSUAOZ::before {
  position: absolute;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAmCAMAAADp2asXAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAACQUExURUxpccPDw9ra2m9vbwAAAAAAADExMf///wAAABoaGk9PT7q6uqurqwsLCycnJz4+PtDQ0JycnIyMjPf3915eXvz8/E9PT/39/RMTE4CAgAAAAJqamv////////r6+u/v7yUlJeXl5f///5ycnOXl5XNzc/Hx8f///xUVFf///+zs7P///+bm5gAAAM7Ozv///2fVensAAAAvdFJOUwCow1cBCCnqAhNAnY0WIDW2f2/hSeo99g1lBYT87vDXG8/6d8oL4sgM5szrkgl660OiZwAAAHRJREFUKM/ty7cSggAABNFVUQFzwizmjPz/39k4YuFWtm55bw7eHR6ny63+alnswT3/rIDzUSC7CrAziPYCJCsB+gbVkgDtVIDh+DsE9OTBpCtAbSBAZSEQNgWIygJ0RgJMDWYNAdYbAeKtAHODlkHIv997AkLqIVOXVU84AAAAAElFTkSuQmCC);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  top: 0px;
  left: -12px;
  width: 12px;
  height: 19px;
}
.acKCA {
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.4);
}
.hOnFlx {
  font-size: 14px;
  line-height: 19px;
  margin-top: 4px;
  color: rgb(17, 17, 17);
}
.dPhWdq {
  text-align: right;
  margin-top: 4px;
  font-size: 12px;
  line-height: 16px;
  color: rgba(17, 17, 17, 0.5);
  margin-right: -8px;
  margin-bottom: -4px;
}
.jwwAjt {
  padding: 8px 12px;
  border-radius: 20px;
  border: none;
  background: rgb(79, 206, 93);
  color: rgb(255, 255, 255);
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  cursor: pointer;
  position: relative;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin: 20px;
  overflow: hidden;
  appearance: none;
}
.jwwAjt::before {
  content: "";
  position: absolute;
  display: block;
  opacity: 0;
  transform: scale(1);
  background-color: rgb(0, 0, 0);
  z-index: 0;
  transition: all 0.2s ease 0s;
  border-radius: 20px;
  width: 10px;
  height: 10px;
  bottom: -5px;
}
.jkaHSM {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  fill: rgb(255, 255, 255);
  z-index: 1;
}
.hqsrSh {
  margin-left: 8px;
  margin-right: 8px;
  z-index: 1;
  color: rgb(255, 255, 255);
}
.drfHxL {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 20px;
  height: 20px;
  opacity: 0.4;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  outline: transparent;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.drfHxL:hover {
  opacity: 0.8;
}
span.ph {
  color: #aeaeae;
}
.drfHxL::before {
  transform: rotate(45deg);
}

.drfHxL::before,
.drfHxL::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 2px;
  background-color: rgb(255, 255, 255);
  display: block;
  border-radius: 2px;
}
.drfHxL::after {
  transform: rotate(-45deg);
}

.drfHxL::before,
.drfHxL::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 2px;
  background-color: rgb(255, 255, 255);
  display: block;
  border-radius: 2px;
}

.kdxbgZ {
  background: rgb(9, 94, 84);
  color: rgb(17, 17, 17);
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding: 24px 20px;
}
.drfHxL {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 20px;
  height: 20px;
  opacity: 0.4;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  outline: transparent;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.eZEgcx {
  width: 52px;
  height: 52px;
  display: block;
  position: relative;
  flex-shrink: 0;
}
.izlSME {
  height: 100%;
  width: 100%;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.lngbRu {
  min-width: 100%;
  height: 100%;
  flex-shrink: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(https://files.elfsight.com/storage/f7e9a9de-578a-404d-9755-29717c16030a/eb729ca2-22f1-44be-adf5-9034322e5ee0.png);
}
.izlSME::after {
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  position: absolute;
  content: "";
  overflow: hidden;
}
.eZEgcx::before {
  content: "";
  bottom: 0px;
  right: 0px;
  width: 12px;
  height: 12px;
  box-sizing: border-box;
  background-color: rgb(74, 213, 4);
  display: block;
  position: absolute;
  z-index: 1;
  border-radius: 50%;
  border: 2px solid rgb(9, 94, 84);
}

.hhASjW {
  margin-left: 16px;
  margin-right: 16px;
}
.hDGnqR {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: rgb(255, 255, 255);
}
.ioFWLq {
  font-size: 13px;
  line-height: 18px;
  margin-top: 4px;
  color: rgb(255, 255, 255);
}

.eapp-whatsapp-chat-root-layout-component {
  position: relative;
  width: 100%;
  -webkit-font-smoothing: antialiased;
}
.eapp-whatsapp-chat-root-layout-component,
.eapp-whatsapp-chat-root-layout-component * {
  box-sizing: border-box !important;
  outline: none !important;
}
.eapp-whatsapp-chat-root-layout-component a {
  text-decoration: none;
}
.eapp-whatsapp-chat-root-layout-component a:hover,
.eapp-whatsapp-chat-root-layout-component a:focus {
  text-decoration: underline;
}

.eapps-preview-widget {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 auto;
  min-width: 150px;
  min-height: 100%;
  transition: 0.2s;
}
.wu-msg {
  height: auto !important;
  padding: 11px 17px !important;
  width: 80% !important;
  overflow-y: hidden !important;
  resize: unset !important;
  line-height: initial !important;

  position: relative !important;
  float: left !important;
  min-height: 47px !important;
}
.wu-send-btn {
  float: right;
  font-size: x-large;
  background-color: #0a5e54;
  color: #e8e8e8;
  border-radius: 100%;
  padding: 10px;
  cursor: pointer;
}
.wu-send-btn:hover {
  color: white;
}
.ph {
  color: #bababa;
}
